games codes meaning in Chinese
奥运会编码系统
Examples
- This makes both the game code and your concept very simple to write
这使你的游戏代码和概念都非常易写。 - The basic line is that you ' ll probably have nearly as much or more code in tools than actual game code
一个基本要点是:在编写工具上所花费的代码量很可能会达到甚至超过编写游戏本身的代码量。 - The game code could either produce events by publishing to the pubsub cloud , or listen for events by subscribing to specific topics
游戏代码可以通过发布到pub / sub云来产生事件,也可以通过订阅特定主题来监视事件。 - The business logic can be executed outside of the game run - time , without bloating the game code and chewing up precious execution cycles
业务逻辑可以在游戏的运行时间之外执行,因而不用增加游戏的代码和占用宝贵的执行时间。 - Then a little bit later after testing the 2 - player mode you might want to add the menu and again you have put the code at a different location , re - implement the computer game code , and so on
当你测试双人模式后又想添加目录,然后你又将代码放到不同的位置,重运行电脑控制的那段代码,如此等等。